﻿2026-07-26T07:28:26.0532405Z ##[group]Run actions/checkout@v5
2026-07-26T07:28:26.0532930Z with:
2026-07-26T07:28:26.0533209Z   fetch-depth: 0
2026-07-26T07:28:26.0533543Z   repository: BigscreenVR/spt-bs-core
2026-07-26T07:28:26.0537820Z   token: ***
2026-07-26T07:28:26.0538227Z   ssh-strict: true
2026-07-26T07:28:26.0538620Z   ssh-user: git
2026-07-26T07:28:26.0538980Z   persist-credentials: true
2026-07-26T07:28:26.0539424Z   clean: true
2026-07-26T07:28:26.0539795Z   sparse-checkout-cone-mode: true
2026-07-26T07:28:26.0540273Z   fetch-tags: false
2026-07-26T07:28:26.0540716Z   show-progress: true
2026-07-26T07:28:26.0541142Z   lfs: false
2026-07-26T07:28:26.0541506Z   submodules: false
2026-07-26T07:28:26.0541852Z   set-safe-directory: true
2026-07-26T07:28:26.0542205Z   allow-unsafe-pr-checkout: false
2026-07-26T07:28:26.0542545Z ##[endgroup]
2026-07-26T07:28:26.2312141Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-26T07:28:26.2313387Z ##[group]Getting Git version info
2026-07-26T07:28:26.2313894Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-26T07:28:26.2579504Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-26T07:28:26.2777626Z git version 2.43.0.windows.1
2026-07-26T07:28:26.2799985Z ##[endgroup]
2026-07-26T07:28:26.2807616Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\5745668b-4c3d-41fe-b873-c75e8b5bfe6a\.gitconfig'
2026-07-26T07:28:26.2820900Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5745668b-4c3d-41fe-b873-c75e8b5bfe6a' before making global git config changes
2026-07-26T07:28:26.2821849Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T07:28:26.2825769Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-26T07:28:26.3066541Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-26T07:28:26.3368926Z https://github.com/BigscreenVR/spt-bs-core
2026-07-26T07:28:26.3393352Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-26T07:28:26.3397967Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-26T07:28:26.3604295Z HEAD
2026-07-26T07:28:26.3879760Z ##[endgroup]
2026-07-26T07:28:26.3882872Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-26T07:28:26.7651806Z ##[group]Cleaning the repository
2026-07-26T07:28:26.7654683Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-26T07:28:32.8578151Z Removing target/
2026-07-26T07:28:32.8605656Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-26T07:28:32.9330329Z HEAD is now at 41a27125 Merge 0d5f6eed4fa2c1e84f7d5a982a355c4aed782153 into c6fd914d57fe8d4c41a9bba9874629aa47e1a17a
2026-07-26T07:28:32.9353431Z ##[endgroup]
2026-07-26T07:28:32.9357336Z ##[group]Disabling automatic garbage collection
2026-07-26T07:28:32.9362235Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-26T07:28:32.9595606Z ##[endgroup]
2026-07-26T07:28:32.9596036Z ##[group]Setting up auth
2026-07-26T07:28:32.9601922Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-26T07:28:32.9819319Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-26T07:28:33.3753812Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T07:28:33.3977584Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-26T07:28:33.7843071Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T07:28:33.8084378Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-26T07:28:34.2200949Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-26T07:28:34.2458126Z ##[endgroup]
2026-07-26T07:28:34.2458613Z ##[group]Fetching the repository
2026-07-26T07:28:34.2467873Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +41a27125611ff231ac8b80c91f5b3bcb074eaab1:refs/remotes/pull/79/merge
2026-07-26T07:28:35.5113086Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-26T07:28:35.5114119Z  * [new branch]        docs/release-seed-host-ruling -> origin/docs/release-seed-host-ruling
2026-07-26T07:28:35.5114725Z  * [new branch]        reqs/bits-ambiguity-rca -> origin/reqs/bits-ambiguity-rca
2026-07-26T07:28:35.5243667Z ##[endgroup]
2026-07-26T07:28:35.5244074Z ##[group]Determining the checkout info
2026-07-26T07:28:35.5244421Z ##[endgroup]
2026-07-26T07:28:35.5249970Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-26T07:28:35.5700361Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-26T07:28:35.5954687Z ##[group]Checking out the ref
2026-07-26T07:28:35.5959563Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/79/merge
2026-07-26T07:28:35.6390820Z HEAD is now at 41a27125 Merge 0d5f6eed4fa2c1e84f7d5a982a355c4aed782153 into c6fd914d57fe8d4c41a9bba9874629aa47e1a17a
2026-07-26T07:28:35.6448248Z ##[endgroup]
2026-07-26T07:28:35.6674872Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-26T07:28:35.7000082Z 41a27125611ff231ac8b80c91f5b3bcb074eaab1
